home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set myclick to the clickOn
- set the foreColor of sprite myclick to 0
- set the backColor of sprite myclick to 255
- repeat while the mouseDown
- updateStage()
- end repeat
- set the foreColor of sprite myclick to 255
- set the backColor of sprite myclick to 0
- updateStage()
- end
-